HTTP
- Protocol: HTTP
- Method:
POST, except/supported_operations, which also supportsGET - Base URL: deployment-specific (default
http://127.0.0.1:8008) - Response content type:
application/json; charset=utf-8 - Server-side request handling timeout: ~310 seconds. A request that hasn't produced a result by then is cancelled and answered with
code = -1(UNKNOWN_ERROR); size your own HTTP client timeout accordingly.
HTTP request envelope
HTTP expects form parameters:
data(required): Base64 of UTF-8 JSON business payloadsign(required): signature string
Recommended content type:
application/x-www-form-urlencoded